home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / thorfrnc.lha / configthor.cd < prev    next >
Text File  |  1995-11-26  |  17KB  |  864 lines

  1. ;
  2. ;    $VER: ConfigTHOR.cd 1.0 (24.4.95)
  3. ;
  4. MSG_LOCALE_AUTHOR (+0/1/)
  5. Petter Nilsen
  6. ;
  7. MSG_OK ($0001/1/)
  8. _Ok
  9. ;
  10. MSG_OK_NS (+0/1/)
  11. Ok
  12. ;
  13. MSG_CANCEL (+0/1/)
  14. _Cancel
  15. ;
  16. MSG_CANCEL_NS (+0/1/)
  17. Cancel
  18. ;
  19. MSG_OK_BIG (+0/1/)
  20.      _OK     
  21. ;
  22. MSG_OKCANCEL (+0/1/)
  23.  _Ok | _Cancel
  24. ;
  25. MSG_YESNO (+0/1/)
  26.  _Yes | _No 
  27. ;
  28. MSG_TEXT_DEFAULT (+0/1/10)
  29. Default
  30. ;
  31. MSG_TEXT_NONE (+0/1/)
  32. None
  33. ;
  34. MSG_TEXT_IGNORE (+0/1/)
  35. Ignore
  36. ;
  37. MSG_TEXT_USE (+0/1/)
  38. _Use
  39. ;
  40. MSG_TEXT_SAVE (+0/1/)
  41. _Save
  42. ;
  43. MSG_TEXT_LASTSAVED (+0/1/)
  44. _Last Saved
  45. ;
  46. MSG_TEXT_NEW (+1/1/)
  47. _New
  48. ;
  49. MSG_TEXT_EDIT (+0/1/)
  50. _Edit
  51. ;
  52. MSG_TEXT_DELETE (+0/1/)
  53. _Delete
  54. ;
  55. MSG_TEXT_CONFLISTEMPTY (+0/1/)
  56. Conference list is empty.
  57. ;
  58. MSG_SEARCH_NS (+0/1/)
  59. Search
  60. ;
  61. ;
  62. ; CLASS:    SYSTEM        ($0000)
  63. ; SUBCLASS:    GENERAL        ($0100)
  64. ;
  65. ;********************************************************************
  66. ; This section consists of error messages in the program
  67. ;********************************************************************
  68. ;
  69. MSG_ERROR_GADGETRENDER ($0100/1/)
  70. Failed to render gadgets!
  71. ;
  72. MSG_ERROR_WRITE_GLOBALCONFIG (+0/1/)
  73. Error writing to file 'global.config'
  74. ;
  75. MSG_ERROR_WRITE_CONFCONFIG (+0/1/)
  76. Failed to write conference configuration
  77. ;
  78. MSG_ERROR_READ_GLOBALCONFIG (+1/1/)
  79. Failed to read 'global.config'.
  80. ;
  81. MSG_ERROR_OPEN_GLOBALCONFIGLIB (+0/1/)
  82. Failed to open the global config
  83. ;
  84. MSG_ERROR_OPEN_GLOBALCONFIG (+0/1/)
  85. Failed to open the file 'global.config'
  86. ;
  87. MSG_ERROR_OPEN_BBSTYPE (+0/1/)
  88. Failed to open System type
  89. ;
  90. MSG_ERROR_OPEN_WINDOW (+0/1/)
  91. Failed to open window!
  92. ;
  93. MSG_ERROR_OPEN_CLIPBOARD (+0/1/)
  94. Couldn't open clipboard
  95. ;
  96. MSG_ERROR_OPEN_ICONLIB (+0/1/)
  97. Could not open icon.library V37+
  98. ;
  99. MSG_ERROR_OPEN_UTILITYLIB (+0/1/)
  100. Could not open utility.library V37+
  101. ;
  102. MSG_ERROR_OPEN_ASLLIB (+0/1/)
  103. Could not open asl.library V37+
  104. ;
  105. MSG_ERROR_OPEN_BBSREADLIB (+0/1/)
  106. Could not open bbsread.library V3+
  107. ;
  108. MSG_ERROR_OPEN_GADTOOLSLIB (+0/1/)
  109. Could not open gadtools.library V37+
  110. ;
  111. MSG_ERROR_OPEN_DISKFONTLIB (+0/1/)
  112. Could not open diskfont.library V36+
  113. ;
  114. MSG_ERROR_OPEN_REQTOOLSLIB (+0/1/)
  115. Could not open reqtools.library V38+
  116. ;
  117. MSG_ERROR_OPEN_GRAPHICSLIB (+0/1/)
  118. Could not open graphics.library V37+
  119. ;
  120. MSG_ERROR_OPEN_WORKBENCHLIB (+0/1/)
  121. Could not open workbench.library V37+
  122. ;
  123. MSG_ERROR_OPEN_IFFPARSE (+0/1/)
  124. Could not open iffparse.library V37+
  125. ;
  126. MSG_ERROR_OPEN_IFFHANDLE (+0/1/)
  127. Could not open IFFHandle
  128. ;
  129. MSG_ERROR_OPEN_BBSLIST (+0/1/)
  130. Failed to open system list
  131. ;
  132. MSG_ERROR_OPEN_TYPELIST (+0/1/)
  133. Failed to open type list
  134. ;
  135. MSG_ERROR_OPEN_CONFLIST (+1/1/)
  136. Failed to open conference list
  137. ;
  138. MSG_ERROR_OPEN_SCRIPT (+0/1/)
  139. Failed to open script file
  140. ;
  141. MSG_ERROR_OPEN_MSGFONT (+0/1/)
  142. Failed to open configured msg font!
  143. ;
  144. MSG_ERROR_OPEN_LISTFONT (+0/1/)
  145. Failed to open configured list font!
  146. ;
  147. MSG_ERROR_OPEN_FSEFONT (+0/1/)
  148. Failed to open configured FSE font!
  149. ;
  150. MSG_ERROR_OPEN_GADGETFONT (+0/1/)
  151. Failed to open configured gadget font!
  152. ;
  153. MSG_ERROR_MEM_CREATEPOOL (+1/1/)
  154. Failed to create memory pool!
  155. ;
  156. MSG_ERROR_MEM_ALLOCMEM (+0/1/)
  157. Failed to allocate memory!
  158. ;
  159. MSG_ERROR_ARG_PARSING (+0/1/)
  160. Failed to parse arguments
  161. ;
  162. MSG_ERROR_ARG_ERROR (+0/1/)
  163. Error in arguments\n
  164. ;
  165. MSG_ERROR_CREATE_PORT (+0/1/)
  166. Failed to create message port!
  167. ;
  168. MSG_ERROR_CREATE_MENUS (+0/1/)
  169. Failed to create menus!
  170. ;
  171. MSG_ERROR_EVENT_NOADD (+0/1/)
  172. Failed to add event!
  173. ;
  174. MSG_ERROR_CONFIG_GLOBAL (+0/1/)
  175. Failed to save the global config
  176. ;
  177. MSG_ERROR_DELETE_ARC (+0/1/)
  178. Failed to delete the archiver
  179. ;
  180. MSG_ERROR_CREATE_ARC (+0/1/)
  181. Failed to create new archiver.\n\n\
  182. Please make sure the archiver name isn't used before.
  183. ;
  184. MSG_ERROR_CONFIG_ARC (+0/1/)
  185. Failed to configure the global arc commands
  186. ;
  187. MSG_ERROR_NEW_ARCEXISTS (+0/1/)
  188. This archiver already exists.
  189. ;
  190. MSG_ERROR_MOVE_CONF (+0/1/)
  191. Failed to move conference
  192. ;
  193. MSG_ERROR_CONFIGBBS (+0/1/)
  194. Failed to ConfigBBS(). Are there any System types defined?
  195. ;
  196. MSG_ERROR_SAVEBBS_MISSINGFIELDS (+0/1/)
  197. You must have a value for System Name\n\
  198. when saving a system,
  199. ;
  200. MSG_ERROR_SAVEBBS_MISSINGTYPE (+0/1/)
  201. No System type defined.
  202. ;
  203. MSG_ERROR_CONFIGGLOBAL (+0/1/)
  204. Failed to ConfigGlobal().
  205. ;
  206. MSG_ERROR_DELETEARC (+0/1/)
  207. Failed to delete the archiver.\nAre you using this archiver in a system type?
  208. ;
  209. MSG_ERROR_CONF_RENAME (+0/1/)
  210. Failed to rename conference.
  211. ;
  212. MSG_ERROR_CONFIG_MISSINGEDITORNAME (+1/1/)
  213. You must supply a name of an external editor\n\
  214. if you don't want to use the internal editor.
  215. ;
  216. MSG_ERROR_CONFIG_MISSINGQUOTECHAR (+1/1/)
  217. You must supply a character to be\n\
  218. used as quote character.
  219. ;
  220. MSG_ERROR_DELETE_CONF (+0/1/)
  221. Failed to delete conference
  222. ;
  223. MSG_ERROR_CONFIG_OUTDATED (+0/1/)
  224. Your 'global.config' file is outdated.\n\n\
  225. Please delete it and try again.
  226. ;
  227. MSG_ERROR_MOVE_BBS (+0/1/)
  228. Failed to move system
  229. ;
  230. ;
  231. ;
  232. ; CLASS:    SYSTEM        ($0000)
  233. ; SUBCLASS:    GENERAL        ($0400)
  234. ;
  235. ;********************************************************************
  236. ; This section consists of all the requester texts used in THOR
  237. ;********************************************************************
  238. ;
  239. MSG_REQ_EVENT_CONFLISTNEXT (+0/1/)
  240. Get conference list next time?
  241. ;
  242. MSG_REQ_DELETECONF (+0/1/)
  243. This will delete the marked conference\n\
  244. and ALL messages in it.\n\n\
  245. Are you sure you want to do this?
  246. ;
  247. MSG_REQ_ARC_DELETE (+0/1/)
  248. Are you sure you want to delete this archiver?
  249. ;
  250. MSG_REQ_DELETEBBS (+0/1/)
  251. This function will delete all references\n\
  252. to '%s', including all messages.\n\n\
  253. Are you sure you want to do this?
  254. ;
  255. ;
  256. ;
  257. ; CLASS:    SYSTEM        ($0000)
  258. ; SUBCLASS:    GENERAL        ($0600)
  259. ;
  260. ;********************************************************************
  261. ; This section consists of all the requester titles used in THOR
  262. ;********************************************************************
  263. ;
  264. TITLE_REQ_DIR_SAVE ($0600/1/)
  265. Select save directory:
  266. ;
  267. TITLE_REQ_DIR_DOWNLOAD (+0/1/)
  268. Select download directory:
  269. ;
  270. TITLE_REQ_DIR_UPLOAD (+0/1/)
  271. Select upload directory:
  272. ;
  273. TITLE_REQ_FILE_TAG (+0/1/)
  274. Select tag file:
  275. ;
  276. TITLE_REQ_FILE_SIG (+0/1/)
  277. Select signature file:
  278. ;
  279. TITLE_REQ_FILE_PGPCOMMAND (+0/1/)
  280. Select PGP Command:
  281. ;
  282. TITLE_REQ_FONT (+0/1/)
  283. Select font:
  284. ;
  285. TITLE_REQ_SCREENMODE (+0/1/)
  286. Select screenmode:
  287. ;
  288. TITLE_REQ_PALETTE (+0/1/)
  289. Select palette:
  290. ;
  291. TITLE_REQ_FATALERROR (+0/1/)
  292. Thor Fatal Error:
  293. ;
  294. TITLE_REQ_ARCPATT (+0/1/)
  295. Enter Archive Pattern:
  296. ;
  297. TITLE_REQ_UNARCCOMM (+0/1/)
  298. Enter UnArchive Command:
  299. ;
  300. TITLE_REQ_ARCCOMM (+0/1/)
  301. Enter Archive Command:
  302. ;
  303. TITLE_REQ_ARCNAME (+0/1/)
  304. Enter Archiver Name:
  305. ;
  306. TITLE_REQ_AREXXDIR (+0/1/)
  307. Select ARexx directory:
  308. ;
  309. TITLE_REQ_TMPDIR (+0/1/)
  310. Select tmp work directory:
  311. ;
  312. TITLE_REQ_COMM_SELECT (+0/1/)
  313. Select comm-program:
  314. ;
  315. MSG_REQ_MSG_NEWCONFNAME (+0/1/)
  316. Enter new conference name:
  317. ;
  318. MSG_REQ_BBS (+0/1/)
  319. Select System:
  320. ;
  321. TITLE_REQ_FILE_AREXX (+0/1/)
  322. Select Arexx Script:
  323. ;
  324. TITLE_REQ_FILE_PICTURE (+0/1/)
  325. Select Picture:
  326. ;
  327. ;
  328. ;
  329. ; CLASS:    TITLES        ($1000)
  330. ; SUBCLASS:    GENERAL        ($0000)
  331. ;
  332. ;********************************************************************
  333. ; This section consists of all the window and screen titles
  334. ;********************************************************************
  335. ;
  336. TITLE_WIN_GLOBALMAIN (+0/1/)
  337. Global Configuration
  338. ;
  339. TITLE_WIN_GLOBALPATH (+0/1/)
  340. Global Paths
  341. ;
  342. TITLE_WIN_GLOBALGENERAL (+0/1/)
  343. General Options
  344. ;
  345. TITLE_WIN_GLOBALSCREEN (+0/1/)
  346. Screen Options
  347. ;
  348. TITLE_WIN_GLOBALARCHIVERS (+0/1/)
  349. Archiver Options
  350. ;
  351. TITLE_WIN_BBSCONFIG (+0/1/)
  352. System Configuration
  353. ;
  354. TITLE_WIN_CONFERENCECONFIG (+0/1/)
  355. Conference Configuration
  356. ;
  357. TITLE_WIN_EXTRAS_NAMES (+0/1/)
  358. User Options
  359. ;
  360. TITLE_WIN_EXTRAS_FILES (+0/1/)
  361. File/Path Options
  362. ;
  363. TITLE_WIN_EXTRAS_EXPORT (+0/1/)
  364. Import/Export Options
  365. ;
  366. TITLE_WIN_STARTCONFIG (+0/1/)
  367. Configuration
  368. ;
  369. TITLE_WIN_REQUESTLIST (+0/1/)
  370. Select Item:
  371. ;
  372. TITLE_WIN_PALETTE (+0/1/)
  373. Color definitions
  374. ;
  375. TITLE_WIN_GLOBALAREXX (+0/1/)
  376. ARexx scripts
  377. ;
  378. TITLE_WIN_GLOBALDATABASE (+0/1/)
  379. Database Options
  380. ;
  381. TITLE_WIN_GLOBALMESSAGE (+0/1/)
  382. Message Options
  383. ;
  384. ;
  385. ; CLASS:    GADGETS        ($3000)
  386. ; SUBCLASS:    CONFCONFIG    ($0100)
  387. ;
  388. ;****************************************************************
  389. ; This section consists of all gadgets in the conf config window
  390. ;****************************************************************
  391. ;
  392. GAD_CONFCONF_USEGLOBAL ($3100/1/)
  393. Use Global
  394. ;
  395. GAD_CONFCONF_USETHIS (+0/1/)
  396. Use This
  397. ;
  398. GAD_CONFCONF_DELETE (+0/1/)
  399. _Delete
  400. ;
  401. GAD_CONFCONF_SORT (+0/1/)
  402. S_ort
  403. ;
  404. GAD_CONFCONF_RENAME (+0/1/)
  405. _Rename
  406. ;
  407. GAD_CONFCONF_CONFS (+0/1/)
  408. Conferences
  409. ;
  410. GAD_CONFCONF_UP (+0/1/)
  411. _Up
  412. ;
  413. GAD_CONFCONF_TOP (+0/1/)
  414. _Top
  415. ;
  416. GAD_CONFCONF_DOWN (+0/1/)
  417. Do_wn
  418. ;
  419. GAD_CONFCONF_BOTTOM (+0/1/)
  420. _Bottom
  421. ;
  422. GAD_CONFCONF_MSGSKEEP (+0/1/)
  423. _Msgs to keep
  424. ;
  425. GAD_CONFCONF_DAYSKEEP (+0/1/)
  426. Days to _Keep
  427. ;
  428. GAD_CONFCONF_SIGNATURE (+10/1/)
  429. Conference S_ignature
  430. ;
  431. ;
  432. ; CLASS:    GADGETS        ($3000)
  433. ; SUBCLASS:    GLOBALARC    ($0200)
  434. ;
  435. ;**********************************************************************
  436. ; This section consists of all gadgets in the global config arc window
  437. ;**********************************************************************
  438. ;
  439. GAD_GLOBALARC_ARCTYPES ($3200/1/)
  440. Arc _Types
  441. ;
  442. ;
  443. ; CLASS:    GADGETS        ($3000)
  444. ; SUBCLASS:    BBSCONFIG    ($0300)
  445. ;
  446. ;**************************************************************
  447. ; This section consists of all gadgets in the bbsconfig window
  448. ;**************************************************************
  449. ;
  450. GAD_BBSCONF_SAVE ($3300/1/)
  451. _Save
  452. ;
  453. GAD_BBSCONF_BBSES (+0/1/)
  454. Syst_ems
  455. ;
  456. GAD_BBSCONF_GRABNAME (+0/1/)
  457. Mail_packet (w/o ext.)
  458. ;
  459. GAD_BBSCONF_DELETE (+0/1/)
  460. Delete
  461. ;
  462. GAD_BBSCONF_BBSNAME (+0/1/)
  463. Na_me
  464. ;
  465. GAD_BBSCONF_BBSTYPE (+0/1/)
  466. T_ype
  467. ;
  468. GAD_BBSCONF_NEWBBS (+0/1/)
  469. _New
  470. ;
  471. GAD_CONFIG_USERINFO (+10/1/)
  472. Use_r Info...
  473. ;
  474. GAD_CONFIG_FILES (+10/1/)
  475. _Files/Paths...
  476. ;
  477. GAD_CONFIG_EXPORT (+10/1/)
  478. _Import/Export...
  479. ;
  480. GAD_CONFIG_TYPEOPTIONS (+10/1/)
  481. Type _Options...
  482. ;
  483. ;
  484. ; CLASS:    GADGETS        ($3000)
  485. ; SUBCLASS:    GLOBALMAIN    ($0400)
  486. ;
  487. ;***********************************************************************
  488. ; This section consists of all gadgets in the global config main window
  489. ;***********************************************************************
  490. ;
  491. GAD_GLOBALMAIN_GENERAL ($3400/1/)
  492. _General Options
  493. ;
  494. GAD_GLOBALMAIN_PATHS (+0/1/)
  495. Global _Paths
  496. ;
  497. GAD_GLOBALMAIN_ARCHIVERS (+0/1/)
  498. _Archivers
  499. ;
  500. GAD_GLOBALMAIN_SCREENOPTS (+5/1/)
  501. Sc_reen Options
  502. ;
  503. GAD_GLOBALMAIN_AREXXOPTS (+0/1/)
  504. Are_xx Scripts
  505. ;
  506. GAD_GLOBALMAIN_DATABASEOPTS (+0/1/)
  507. _Database Options
  508. ;
  509. GAD_GLOBALMAIN_MESSAGEOPTS (+0/1/)
  510. _Message Options
  511. ;
  512. ;
  513. ; CLASS:    GADGETS        ($3000)
  514. ; SUBCLASS:    GLOBALGEN    ($0500)
  515. ;
  516. ;**************************************************************************
  517. ; This section consists of all gadgets in the global config general window
  518. ;**************************************************************************
  519. ;
  520. GAD_GLOBALCONF_SIGNATURE ($3500/1/)
  521. _Signature
  522. ;
  523. GAD_GLOBALCONF_BUFFERS (+0/1/)
  524. _Buffers
  525. ;
  526. GAD_GLOBALCONF_BUFFSIZE (+0/1/)
  527. Buffer Si_ze
  528. ;
  529. GAD_GLOBALCONF_EDITOR (+0/1/)
  530. _Editor
  531. ;
  532. GAD_GLOBALCONF_QUOTECTRL (+0/1/)
  533. _Quoting
  534. ;
  535. GAD_GLOBALCONF_QUOTECHAR (+0/1/)
  536. Quote _Char
  537. ;
  538. GAD_GLOBALCONF_TABSIZE (+0/1/)
  539. _Tab size
  540. ;
  541. GAD_GLOBALCONF_AUTONEXT (+0/1/)
  542. _Auto Next Msg
  543. ;
  544. GAD_GLOBALCONF_MSGSKEEP (+0/1/)
  545. _Msgs to Keep
  546. ;
  547. GAD_GLOBALCONF_DAYSKEEY (+0/1/)
  548. _Days to Keep
  549. ;
  550. GAD_GLOBALCONF_NONEXTCONF (+0/1/)
  551. No "Next Conf?" _Requester
  552. ;
  553. GAD_GLOBALCONF_EDMX_INTERNAL (+0/1/)
  554. Internal
  555. ;
  556. GAD_GLOBALCONF_EDMX_EXTERNAL (+0/1/)
  557. External
  558. ;
  559. GAD_GLOBALCONF_QCMX_DEFSPACE (+0/1/)
  560. Def+Space
  561. ;
  562. GAD_GLOBALCONF_QCMX_CUSTOM (+10/1/)
  563. Custom
  564. ;
  565. GAD_GLOBALCONF_QCMX_INITIALS (+0/1/)
  566. Initials
  567. ;
  568. GAD_GLOBALPATH_CONOUTPUT (+9/1/)
  569. D_OS Output
  570. ;
  571. GAD_GLOBALCONF_AUTOFIRSTMSG (+0/1/)
  572. Auto Sho_w First Msg
  573. ;
  574. GAD_GLOBALCONF_DELAYUNMARKING (+0/1/)
  575. Dela_yed Msg Unmark
  576. ;
  577. ;
  578. ; CLASS:    GADGETS        ($3000)
  579. ; SUBCLASS:    GLOBALPATH    ($0600)
  580. ;
  581. ;***********************************************************************
  582. ; This section consists of all gadgets in the global config path window
  583. ;***********************************************************************
  584. ;
  585. GAD_GLOBALPATH_SAVEDIR ($3600/1/)
  586. _Save Dir
  587. ;
  588. GAD_DLDIR (+0/1/)
  589. _Download Dir
  590. ;
  591. GAD_ULDIR (+0/1/)
  592. _Upload Dir
  593. ;
  594. GAD_TAGFILE (+0/1/)
  595. _Tag File
  596. ;
  597. GAD_GLOBALPATH_AREXXDIR (+0/1/)
  598. _ARexx Dir
  599. ;
  600. GAD_GLOBALPATH_PGPCOMMAND (+0/1/)
  601. _PGP Command
  602. ;
  603. GAD_GLOBALPATH_TMPDIR (+9/1/)
  604. T_mp Dir
  605. ;
  606. ;
  607. ; CLASS:    GADGETS        ($3000)
  608. ; SUBCLASS:    GLOBALSCR    ($0700)
  609. ;
  610. ;*************************************************************************
  611. ; This section consists of all gadgets in the global config screen window
  612. ;*************************************************************************
  613. ;
  614. GAD_SCREENOPS_MSGFONT ($3700/1/)
  615. _Msg Font..
  616. ;
  617. GAD_SCREENOPS_LISTFONT (+0/1/)
  618. _List Font..
  619. ;
  620. GAD_SCREENOPS_FSEFONT (+0/1/)
  621. _FSE Font..
  622. ;
  623. GAD_SCREENOPS_SCREENMODE (+0/1/)
  624. _Screen Mode..
  625. ;
  626. GAD_SCREENOPS_PALETTE (+0/1/)
  627. _Palette..
  628. ;
  629. GAD_SCREENOPS_GADGETFONT (+0/1/)
  630. _Gadget Font..
  631. ;
  632. GAD_SCREENOPS_BOTTOMGADS (+10/1/)
  633. _Hide main window button panel
  634. ;
  635. GAD_SCREENOPS_SCREENPIC (+10/1/)
  636. S_creen Picture
  637. ;
  638. GAD_SCREENOPS_WINDOWPIC (+10/1/)
  639. _Window Picture
  640. ;
  641. ;
  642. ;
  643. ; CLASS:    GADGETS        ($3000)
  644. ; SUBCLASS:    EXTRAS        ($0800)
  645. ;
  646. ;******************************************************************
  647. ; This section consists of all gadgets in the extra config windows
  648. ;******************************************************************
  649. ;
  650. GAD_EXTRAS_ALIAS ($3800/1/)
  651. A_lias
  652. ;
  653. GAD_EXTRAS_XPKMETHOD (+0/1/)
  654. _Xpk Method
  655. ;
  656. GAD_EXTRAS_CHARSET (+0/1/)
  657. Charset
  658. ;
  659. GAD_EXTRAS_EMAIL (+0/1/)
  660. _EMail Address
  661. ;
  662. GAD_EXTRAS_STREET (+0/1/)
  663. _Street Address
  664. ;
  665. GAD_EXTRAS_ADDRESS (+0/1/)
  666. _Address
  667. ;
  668. GAD_EXTRAS_COUNTRY (+0/1/)
  669. _Country
  670. ;
  671. GAD_EXTRAS_PHONE (+0/1/)
  672. _Phone
  673. ;
  674. GAD_EXTRAS_LINELEN (+10/1/)
  675. L_ine Length
  676. ;
  677. GAD_EXTRAS_DONTUSE (+10/1/)
  678. _Don't use
  679. ;
  680. GAD_EXTRAS_ADDUSERS (+10/1/)
  681. Add _users
  682. ;
  683. GAD_BBSCONF_USERNAME (+0/1/)
  684. _User Name
  685. ;
  686. GAD_BBSCONF_SIGNATURE (+0/1/)
  687. S_ignature
  688. ;
  689. GAD_BBSCONF_EVENTARC (+0/1/)
  690. E_vent Arc
  691. ;
  692. GAD_BBSCONF_NEWFILES (+0/1/)
  693. Get New_files
  694. ;
  695. GAD_BBSCONF_AUTODLPRIV (+0/1/)
  696. Auto DL _Private
  697. ;
  698. GAD_BBSCONF_AUTOLOGOFF (+0/1/)
  699. _Auto Log Off
  700. ;
  701. GAD_BBSCONF_BULLETINS (+0/1/)
  702. Get _Bulletins
  703. ;
  704. GAD_BBSCONF_ANSIMENUS (+0/1/)
  705. An_si Menus
  706. ;
  707. GAD_BBSCONF_USECOLORS (+0/1/)
  708. Us_e Colors
  709. ;
  710. GAD_EXTRAS_SIGLABEL_STRING (+0/1/)
  711. String
  712. ;
  713. GAD_EXTRAS_SIGLABEL_FILE (+0/1/)
  714. File
  715. ;
  716. GAD_EXTRAS_LABEL_USEGLOBAL (+0/1/)
  717. Use Global
  718. ;
  719. GAD_EXTRAS_LABEL_USETHIS (+0/1/)
  720. Use This
  721. ;
  722. GAD_EXTRAS_LABEL_DONTUSE (+0/1/)
  723. Don't Use
  724. ;
  725. GAD_EXTRAS_SIGLABEL_CMD (+0/1/)
  726. Command
  727. ;
  728. GAD_EXTRAS_AREXX_BBSENTER (+0/1/30)
  729. _Entering System
  730. ;
  731. GAD_EXTRAS_AREXX_BBSLEAVE (+0/1/30)
  732. _Leaving System
  733. ;
  734. GAD_EXTRAS_SCRIPTFLAGS_SEP (+0/1/)
  735. Script Flags
  736. ;
  737. GAD_EXTRAS_MARKOWNMSGS (+0/1/)
  738. Show O_wn Msgs
  739. ;
  740. GAD_EXTRAS_REFLOW (+0/1/)
  741. _Reflow Text
  742. ;
  743. ;
  744. ; CLASS:    GADGETS        ($3000)
  745. ; SUBCLASS:    STARTCONFIG    ($0900)
  746. ;
  747. ;**************************************************************************
  748. ; This section consists of all gadgets in the global config general window
  749. ;**************************************************************************
  750. ;
  751. GAD_STARTCONFIG_CONF ($3900/1/)
  752. _Conferences
  753. ;
  754. GAD_STARTCONFIG_BBS (+0/1/)
  755. _Systems
  756. ;
  757. GAD_STARTCONFIG_GLOBAL (+0/1/)
  758. _Global
  759. ;
  760. ;
  761. ;
  762. ; CLASS:    GADGETS        ($3000)
  763. ; SUBCLASS:    PALETTE        ($0A00)
  764. ;
  765. ;*******************************************************************
  766. ; This section consists of all gadgets in the palette editor window
  767. ;*******************************************************************
  768. ;
  769. GAD_PALETTE_COLORS ($3A00/1/30)
  770. _Pens:
  771. ;
  772. GAD_PALETTE_RED (+0/1/10)
  773. _Red:
  774. ;
  775. GAD_PALETTE_GREEN (+0/1/10)
  776. _Green:
  777. ;
  778. GAD_PALETTE_BLUE (+0/1/10)
  779. _Blue:
  780. ;
  781. ;
  782. ;
  783. ; CLASS:    GADGETS        ($3000)
  784. ; SUBCLASS:    AREXX        ($0B00)
  785. ;
  786. ;*******************************************************************
  787. ; This section consists of all gadgets in the arexx in/out editor
  788. ;*******************************************************************
  789. ;
  790. GAD_GLOBALAREXX_STARTUP ($3B00/1/30)
  791. THOR _Startup
  792. ;
  793. GAD_GLOBALAREXX_QUIT (+0/1/30)
  794. THOR _Quit
  795. ;
  796. GAD_GLOBALAREXX_BBSENTER (+0/1/30)
  797. _Entering Systems
  798. ;
  799. GAD_GLOBALAREXX_BBSLEAVE (+0/1/30)
  800. _Leaving Systems
  801. ;
  802. GAD_GLOBALAREXX_CONFENTER (+0/1/30)
  803. E_ntering Confs
  804. ;
  805. GAD_GLOBALAREXX_CONFLEAVE (+0/1/30)
  806. L_eaving Confs
  807. ;
  808. ;
  809. ;
  810. ;
  811. ; CLASS:    GADGETS        ($3000)
  812. ; SUBCLASS:    DATABASE    ($0C00)
  813. ;
  814. ;*******************************************************************
  815. ; This section consists of all gadgets in the database window
  816. ;*******************************************************************
  817. ;
  818. GAD_GLOBALDATABASE_MISC ($3C00/1/20)
  819. Miscellaneous
  820. ;
  821. GAD_GLOBALDATABASE_XPKPACK (+0/1/30)
  822. Xpk Pack Options
  823. ;
  824. GAD_GLOBALDATABASE_AUTOXPKPACK (+0/1/30)
  825. _Auto Xpk Pack
  826. ;
  827. GAD_GLOBALDATABASE_DONTUSE_XPK (+0/1/30)
  828. _Don't Use
  829. ;
  830. GAD_GLOBALDATABASE_HAZELEVELS (+0/1/30)
  831. Message Haze Levels
  832. ;
  833. ;
  834. ;
  835. ;
  836. ; CLASS:    GADGETS        ($3000)
  837. ; SUBCLASS:    MESSAGE        ($0D00)
  838. ;
  839. ;*******************************************************************
  840. ; This section consists of all gadgets in the message window
  841. ;*******************************************************************
  842. ;
  843. GAD_GLOBALMESSAGE_SEP_MSGEDITING ($3D00/1/20)
  844. Message Editing
  845. ;
  846. GAD_GLOBALMESSAGE_SEP_PGP (+0/1/20)
  847. PGP Options
  848. ;
  849. GAD_GLOBALMESSAGE_PGPSIGNID (+0/1/)
  850. PGP SignID
  851. ;
  852. GAD_GLOBALMESSAGE_SEP_INCLUDETEXT (+0/1/30)
  853. Include in Message Text
  854. ;
  855. GAD_GLOBALMESSAGE_REPLYSTRING (+0/1/)
  856. Reply String
  857. ;
  858. GAD_GLOBALMESSAGE_ONLY_USEON_FORWARD (+0/1/)
  859. Only if moved
  860. ;
  861. GAD_GLOBALMESSAGE_ALWAYS_USE (+0/1/)
  862. Always
  863. ;
  864.